TestCase

An opaque structure representing a test case.

Constructors

this
this(GTestCase* gTestCase, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

free
void free()

Free the @test_case.

getStruct
void* getStruct()

the main Gtk struct as a void*

getTestCaseStruct
GTestCase* getTestCaseStruct(bool transferOwnership)

Get the main Gtk struct

Variables

gTestCase
GTestCase* gTestCase;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta